The "Complete" Borland Turbo Pascal 6.0 Toolbox The Text Editor ---------------------------------------------------------------------- The editor unit provides a versatile editor which the programmer can call from within the program. The programmer can also control execution while waiting for a keypress from the user. The unit offers the following features: þ Word wrapping þ A buffer size which can be specified by the programmer þ Easy initialization and freeing of buffer memory þ Procedures allowing easy loading and saving of buffer memory þ Facilitates multiple edit windows Refer to the documentation provided for detailed explanations of each of the procedures which the programmer can call. Press F1 for help. Experiment on this text using the various keystrokes available.